home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / Interpolate < prev    next >
Encoding:
Text File  |  2003-09-12  |  293 b   |  16 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Interpolation dbox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSInterpolate_h
  8. #define SFSInterpolate_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId Interpolate_sharedid;
  13. extern void Interpolate_initialise(ObjectId object);
  14.  
  15. #endif
  16.